Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​Extensions.​Options.​IConfigureOptions<​TOptions>

Assembly: Microsoft.Extensions.Options

Represents something that configures the <typeparamref name="TOptions" /> type.

Remarks

These are run before all <see cref="T:Microsoft.Extensions.Options.IPostConfigureOptions`1" /> .

Methods

void
Configure​(TOptions options)
Configures a <typeparamref name="TOptions" /> instance.
options The options instance to configure.